ifeq "$(ROOTDIR)" "" 
export ROOTDIR=$(shell while true; do if [ -f BaseVar.mk ]; then pwd;exit; else cd ..;fi;done;)
endif
include $(ROOTDIR)/.config

subdir-$(CONFIG_DRIVERS_WLAN) += wireless 
subdir-$(CONFIG_DRIVERS_DSL) += dsl
subdir-$(CONFIG_DRIVER_PLC) += plc
subdir-$(CONFIG_DRIVERS_TBSMOD) += tbs

include $(ROOTDIR)/Rules.make
